css contain property

53

img {
  float: left;
  border: 3px solid black;
}

article {
  border: 1px solid black;
  contain: content;
}

Comments

Submit
0 Comments